home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / spar372.zip / SPAR.TXT < prev    next >
Text File  |  1993-12-17  |  2KB  |  77 lines

  1. **    $Filename: spar.txt $
  2. **    $Revision: 37.2 $
  3. **    $Date: 93/12/17 22:04:31 $
  4.  
  5.  
  6.     The spar.device is a Sana-II PARnet device driver. It acts globally
  7.     as any regular Ethernet driver, but has some limitations.
  8.  
  9.         The WireType for Spar is defined as Ethernet:
  10.  
  11. #define S2WireType_Ethernet             1
  12.  
  13.  
  14. ios2_DataLength:
  15.     Valid lengths for PARnet packets are the same as those defined for
  16.         ethernet. From 64 up to 1500 bytes of data. 
  17.  
  18. Address format:
  19.     The format for PARnet are made ethernet-alike, but it does not
  20.     support any broadcast/multicast addresses. Broadcast is only
  21.     accepted on ARP packets and when using the point-to-point mode.
  22.     The standard for expressing ethernet addresses is as 6 bytes
  23.     (octets) in the order in which the bytes are transmitted with the
  24.     low-order bits in a byte transmitted first. Internally PARnet uses
  25.     only one byte for addressing, this byte is taken from the first
  26.     (0th) byte of the ethernet address. 
  27.  
  28.     Ethernet addresses in a Sana2IOReq occupy the first 6 bytes of
  29.     an address field in transmission order with the low-order bits in
  30.     a byte transmitted first.
  31.  
  32. Station Address:
  33.     Each PARnet unit must have a unique hardware address. Since it has
  34.         no built-in (ROM) address, it must be assigned using the
  35.     ENV:Sana2/sparX.config file, where X representing the spar.device
  36.         unit number.
  37.  
  38. Raw reads and writes:
  39.     1 bytes of destination address,
  40.     1 bytes of source address,
  41.     2 bytes of type,
  42.     64 to 1500 bytes of data
  43.     (Internally converted to PARnet packets, which can not be seen by
  44.      the user)
  45.  
  46. Multicast:    Not supported
  47.  
  48. Broadcast:    Only supported when sending ARP packets, or when using the
  49.         point-to-point mode by filling in the DSTADDR field in the
  50.         ENV:Sana2/sparX.config file.
  51.  
  52. Promiscuous:    Not Supported
  53.  
  54. Packet Type Numbers:
  55.     These are the same as those for Ethernet. Ethernet packet type
  56.     numbers are assigned by:
  57.  
  58.     Xerox Corporation
  59.     Xerox Systems Institute
  60.     475 Oakmead Parkway, Sunnyvale, CA 94086
  61.     Attn: Ms. Fonda Pallone
  62.     (408) 737-4652
  63.  
  64.  
  65. Some Common Packet Type Numbers:
  66.  
  67.       decimal  Hex        Description
  68.       -------  ---        -----------
  69.          000   0000-05DC  IEEE 802.3 Length Field
  70.         2048   0800       TCP/IP -- IP
  71.         2054   0806       TCP/IP -- ARP
  72.        32821   8035       TCP/IP -- RARP
  73.        32923   809B       Appletalk
  74.        33011   80F3       AppleTalk AARP (Kinetics)
  75.        33100   814C       SNMP
  76.        33079   8137-8138  Novell, Inc.
  77.